div{
    width: 80%;
    margin-left: 20px ; /*Centre les div dans la page*/
	margin-top: 20px ; 
}

.carre{
  width: 250px;
  height: 250px;
  /*background-color: #0CC; /*Fond bleu vert*/

}
.monimage{	
	width:100%;
	height:100%;
	border-radius:50%;
	align:center;
	border: 2px solid black;
	box-sizing:border-box;
	
}


